home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue53 / DataMod / BusinessLogic / BusinessLogicU2.dfm < prev    next >
Encoding:
Text File  |  1999-11-27  |  743 b   |  33 lines

  1. object Form2: TForm2
  2.   Left = 354
  3.   Top = 254
  4.   Width = 603
  5.   Height = 389
  6.   Caption = 'Ordinary Use Of Data Module'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object DBGrid1: TDBGrid
  19.     Left = 0
  20.     Top = 0
  21.     Width = 595
  22.     Height = 362
  23.     Align = alClient
  24.     DataSource = DataModule1.DataSource1
  25.     TabOrder = 0
  26.     TitleFont.Charset = DEFAULT_CHARSET
  27.     TitleFont.Color = clWindowText
  28.     TitleFont.Height = -11
  29.     TitleFont.Name = 'MS Sans Serif'
  30.     TitleFont.Style = []
  31.   end
  32. end
  33.